-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Conversation
Hi @sameersbn. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@k8s-bot ok to test |
/cc @prydonius @lachie83 |
6b0cdab
to
4e6f0d8
Compare
fixed:
|
e5d5bf9
to
aaf3fae
Compare
stable/moodle/.helmignore
Outdated
@@ -0,0 +1 @@ | |||
.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't the standard .helmignore. Did you generate using helm create
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the standard .helmignore
you can use:
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
@sameersbn Thanks for the contrib. This LGTM |
stable/moodle/.helmignore
Outdated
@@ -0,0 +1 @@ | |||
.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the standard .helmignore
you can use:
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
* adds moodle chart * lock mariadb chart requirement to 0.5.x series * explicitly set default `imagePullPolicy` to `IfNotPresent` * moodle: add alpha and beta storageclass annotation support * moodle: increase resource name truncation and trim - suffix * update moodle image to `bitnami/moodle:3.2.1-r1` * moodle: updated to image `bitnami/moodle:3.2.1-r2` Contains fix for https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-5340 * moodle: updated to image `bitnami/moodle:3.2.1-r3` * moodle: updated requirements.lock * moodle: fix command to fetch moodle-password from secrets volume * moodle: remove mariadb persistent volume `storageClass` default * moodle: regernerated requirements.lock * Update .helmignore
No description provided.